home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3iagad.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_INTERACTORGADGET_H = 1;
- include("oops/r3gadget.js")
-
-
- var R3CLID_INTERACTORGADGET = 1320;
-
-
-
-
-
-
-
- R3IAGADA_UnitConverter = 1320500;
- function SetR3IAGADA_UnitConverter(value) {
- R3Set(this.r3obj, R3IAGADA_UnitConverter, value, R3TID_OBJECT, 0);
- }
-
- function GetR3IAGADA_UnitConverter() {
- return R3ToJS(R3Get(this.r3obj, R3IAGADA_UnitConverter, R3TID_OBJECT, 0));
- }
-
- R3IAGADA_Gmanager = 1320501;
- function GetR3IAGADA_Gmanager() {
- return R3ToJS(R3Get(this.r3obj, R3IAGADA_Gmanager, R3TID_OBJECT, 0));
- }
-
- R3IAGADA_Channels = 1320502;
- function SetR3IAGADA_Channels(value) {
- R3Set(this.r3obj, R3IAGADA_Channels, value, R3TID_OBJECT, 0);
- }
-
- function GetR3IAGADA_Channels() {
- return R3ToJS(R3Get(this.r3obj, R3IAGADA_Channels, R3TID_OBJECT, 0));
- }
-
- R3IAGADA_Interactor = 1320503;
- function SetR3IAGADA_Interactor(value) {
- R3Set(this.r3obj, R3IAGADA_Interactor, value, R3TID_OBJECT, 0);
- }
-
- function GetR3IAGADA_Interactor() {
- return R3ToJS(R3Get(this.r3obj, R3IAGADA_Interactor, R3TID_OBJECT, 0));
- }
-
- R3IAGADA_Prims = 1320504;
- function SetR3IAGADA_Prims(value) {
- R3Set(this.r3obj, R3IAGADA_Prims, value, R3TID_OBJECT, 0);
- }
-
- function GetR3IAGADA_Prims() {
- return R3ToJS(R3Get(this.r3obj, R3IAGADA_Prims, R3TID_OBJECT, 0));
- }
-
- R3IAGADA_Materials = 1320505;
- function SetR3IAGADA_Materials(value) {
- R3Set(this.r3obj, R3IAGADA_Materials, value, R3TID_OBJECT, 0);
- }
-
- function GetR3IAGADA_Materials() {
- return R3ToJS(R3Get(this.r3obj, R3IAGADA_Materials, R3TID_OBJECT, 0));
- }
-
- R3IAGADA_Particles = 1320506;
- function SetR3IAGADA_Particles(value) {
- R3Set(this.r3obj, R3IAGADA_Particles, value, R3TID_OBJECT, 0);
- }
-
- function GetR3IAGADA_Particles() {
- return R3ToJS(R3Get(this.r3obj, R3IAGADA_Particles, R3TID_OBJECT, 0));
- }
-
- R3IAGADA_Grids = 1320507;
- function SetR3IAGADA_Grids(value) {
- R3Set(this.r3obj, R3IAGADA_Grids, value, R3TID_OBJECT, 0);
- }
-
- function GetR3IAGADA_Grids() {
- return R3ToJS(R3Get(this.r3obj, R3IAGADA_Grids, R3TID_OBJECT, 0));
- }
-
- R3IAGADA_CurrentLayer = 1320508;
- function SetR3IAGADA_CurrentLayer(value) {
- R3Set(this.r3obj, R3IAGADA_CurrentLayer, value, R3TID_OBJECT, 0);
- }
-
- function GetR3IAGADA_CurrentLayer() {
- return R3ToJS(R3Get(this.r3obj, R3IAGADA_CurrentLayer, R3TID_OBJECT, 0));
- }
-
- R3IAGADA_RenderSettings = 1320509;
- function SetR3IAGADA_RenderSettings(value) {
- R3Set(this.r3obj, R3IAGADA_RenderSettings, value, R3TID_OBJECT, 0);
- }
-
- function GetR3IAGADA_RenderSettings() {
- return R3ToJS(R3Get(this.r3obj, R3IAGADA_RenderSettings, R3TID_OBJECT, 0));
- }
-
-
-
- function r3Interactorgadget () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_INTERACTORGADGET, arguments);
- }
- // Methods
-
- // Attributes
- this.GetUnitConverter=GetR3IAGADA_UnitConverter;
- this.SetUnitConverter=SetR3IAGADA_UnitConverter;
- this.GetGmanager=GetR3IAGADA_Gmanager;
- this.GetChannels=GetR3IAGADA_Channels;
- this.SetChannels=SetR3IAGADA_Channels;
- this.GetInteractor=GetR3IAGADA_Interactor;
- this.SetInteractor=SetR3IAGADA_Interactor;
- this.GetPrims=GetR3IAGADA_Prims;
- this.SetPrims=SetR3IAGADA_Prims;
- this.GetMaterials=GetR3IAGADA_Materials;
- this.SetMaterials=SetR3IAGADA_Materials;
- this.GetParticles=GetR3IAGADA_Particles;
- this.SetParticles=SetR3IAGADA_Particles;
- this.GetGrids=GetR3IAGADA_Grids;
- this.SetGrids=SetR3IAGADA_Grids;
- this.GetCurrentLayer=GetR3IAGADA_CurrentLayer;
- this.SetCurrentLayer=SetR3IAGADA_CurrentLayer;
- this.GetRenderSettings=GetR3IAGADA_RenderSettings;
- this.SetRenderSettings=SetR3IAGADA_RenderSettings;
- }
-
- r3Interactorgadget.prototype=new r3Gadget;
- // r3iagad.h_H